golang.org/x/net/http2.stream.inflow (field)

4 uses

	golang.org/x/net/http2 (current package)
		server.go#L533: 	inflow           inflow  // what the client is allowed to POST/etc to us
		server.go#L1764: 		if !takeInflows(&sc.inflow, &st.inflow, f.Length) {
		server.go#L2106: 	st.inflow.init(sc.initialStreamRecvWindowSize)
		server.go#L2420: 		send = st.inflow.add(n)